home *** CD-ROM | disk | FTP | other *** search
- Clock = {
- ACTIONS = {
- increaseSecond:;
- decreaseHour:;
- decreaseSecond:;
- increaseDay:;
- decreaseMinute:;
- increaseMinute:;
- decreaseDay:;
- increaseHour:;
- };
- SUPERCLASS = View;
- };
- Command = {
- ACTIONS = {
- removeCommand:;
- loadForm:;
- addCommand:;
- };
- OUTLETS = {
- window;
- menuLoc;
- form;
- scroll;
- menuStrings;
- button;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- NXBrowser = {
- OUTLETS = {
- delegate;
- };
- SUPERCLASS = Control;
- };
- MenuLocation = {
- SUPERCLASS = Control;
- };
-